2014-05-09 - 6474 - Breakfix - SNC Small Package File Changes #ProductionBreakFix #SNCProject #ABAPREPORTS #ABAPSUPPORT #ABAPSNC
2014-05-28 - 6474 - Break Fix - Wrong Inbound Deliveries are populated in the file.
Problem Summary
Wrong Inbound Deliveries are populated in the Small package File. And some changes need to be done.
Admin Info
Purpose
|
Small Package file : Wrong Inbound Deliveries are populated in the file
|
Requested by
|
Rahul Attarde
|
Issue Date
|
05-28-2014
|
Resolved by
|
Prudvi/Venkat/Adithya
|
Resolved Date
|
05-28-2014
|
Document Status
|
Complete
|
Detailed Problem Description
(Include Screen Shots if required )
Wrong Inbound Delivery Numbers are populated which are repeating. ( The issue is with only multiple sales orders in a PO)
Here are some of the changes:
1. In column T the program should return HU ID2 (VEKP-EXIDV2) instead of HU ID (VEKP-EXID).
2. Logic For Customer Account Number:
If Incoterm in sales order is
|
The Number to be populated in File is
|
TPB or CBC
|
Account Number Listed in Header text of the sales order.
|
ROU
|
ROUTE
|
Any Other Incoterms
|
UPS Account # given in the input.
|
Column S "Shipper Type" is If Incoterms = PPI or NEP then we are using SHIPPPER else RECEIVER
Solution Analysis and Recommendations
(Include Screen Shots if required)
Program Name: ZRMM_DLF_PO_SNC
Inbound Deliveries are repeating for the POs when there were multiple line items and Inbound Deliveries .This was happening because of missing link between sales order and Inbound delivery at item level.
Modify the program fix the duplicate inbound delivery issue by building the logic between Sales Order and Inbound Delivery using the PO Line Items.
Resolution
Modify the program fix the duplicate inbound delivery issue by building the logic between Sales Order and Inbound Delivery using the PO Line Items and also the following changes need to be done to program .
1. Column T in the file must populate the Filed EXIDV2 from table VEKP
2. As per the Above logic for the customer account number get the values.
Release Information
Provide link here to Release Notes if Technical Objects were changed